www.gusucode.com > 落叶冰点万能企业网站内容管理系统 V9.1 > 落叶冰点万能企业网站内容管理系统 V9.1\code\Label\custom_Label\公用函数include及论坛博客等标签库\nd_web_foot.asp

    <%'$start_ext_newDsoft 以下系统生成,勿删!
'$newDsoft_label_type$:asp_label$end_newDsoft_label_type$
'$newDsoft_label_name$:nd_web_foot$end_newDsoft_label_name$
'$newDsoft_label_sql$: $end_newDsoft_label_sql$
'$newDsoft_label_params$:isqiye,如果是调用企业站子系统的网页底部,请填1,cms的请填0,3|width,宽度,3$end_newDsoft_label_params$
'$newDsoft_label_fenye_num$: $end_newDsoft_label_fenye_num$
'$newDsoft_label_beizhu$:显示网页底部$end_newDsoft_label_beizhu$
'$newDsoft_is_sys_label$:0$end_newDsoft_is_sys_label$
'$newDsoft_other_params$:htmledxa:1|htmledxb:$end_newDsoft_other_params$
'$end_ext_newDsoft%>
<div><style type="text/css">
.picsize img {max-height:510px; max-width:510px; width:expression(this.width > 510 && this.height < this.width ? 510: true); height:expression(this.height > 510 ? 510: true);}
.fooootoo {width:$xxvar$width px;word-break:break-all;}</style></div>
<%
isqy=$xxvar$isqiye

	   biao2="[ND_sys]"

if cstr(isqy)<>"1" then
set rs22t=server.CreateObject("adodb.recordset")
rs22t.open "select top 1 * from "&biao2&" where type='webname_settings'",newdsoft_conn_obj,1,1
else
set rs22t=server.CreateObject("adodb.recordset")
rs22t.open "select top 1 * from "&biao2&" where type='webname_settings_qiye'",newdsoft_conn_obj,1,1
end if

wwwkeywords=""
wwwbuttom=""

if not rs22t.eof then
sss1a=split(rs22t("data"),"|")
wwwname=sss1a(0)
wemail=sss1a(1)
wwwkeywords=sss1a(2)
wwwbuttom=sss1a(3)

end if


%>
<table class="fooootoo" cellspacing="0" cellpadding="0" align="center" border="0">
    <tbody>
        <tr>
            <td><%=wwwbuttom%>&#160;</td>
        </tr>
    </tbody>
</table>